home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / print / allofit.exe / PPDS.EXE / QMSCS210.PPD < prev    next >
PostScript Printer Description  |  1992-09-09  |  14KB  |  405 lines

  1. *PPD-Adobe: "4.0"
  2. *% QMS Inc. PostScript(R) Printer Description File
  3.  
  4. *FormatVersion: "4.0"
  5. *FileVersion: "2.0"
  6. *PCFileName: "pir4.ppd"
  7. *LanguageVersion: English
  8. *Product: "(QMS ColorScript 210)"
  9. *PSVersion: "(2011.22) 10"
  10. *ModelName: "QMS ColorScript 210"
  11. *NickName: "QMS ColorScript 210 v2011.22"
  12.  
  13. *% General Information and Defaults ===============
  14.  
  15. *FreeVM: "700000"
  16. *LanguageLevel: "2"
  17. *ColorDevice: True
  18. *DefaultColorSpace: CMYK
  19. *VariablePaperSize: False
  20. *FileSystem: True
  21. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  22. *Throughput: "1"
  23.  
  24. *Password: "0"
  25.  
  26. *ExitServer: "
  27.   count 0 eq {  % is the password on the stack?
  28.     true 
  29.   }{
  30.     dup    % potential password
  31.     statusdict begin checkpassword end not 
  32.   } ifelse 
  33.   {  %  if no password or not valid 
  34.     (WARNING : Cannot perform the exitserver command.) = 
  35.     (Password supplied is not valid.) = 
  36.     (Please contact the author of this software.) = flush
  37.     quit 
  38.   } if 
  39.   serverdict begin exitserver
  40. "
  41. *End
  42.  
  43. *Reset: "(WARNING : Cannot reset printer.) = "
  44.  
  45. *OpenUI *ColorRenderDict/Color Rendering Dictionaries: PickOne
  46. *OrderDependency: 50 AnySetup *ColorRenderDict
  47. *DefaultColorRenderDict: 1
  48. *ColorRenderDict 1/Default: "% Use default CRD"    
  49. *ColorRenderDict 2/EfiColor: "/EfiColor /ColorRendering findresource setcolorrendering"    
  50. *ColorRenderDict 3/Colorimetric: "/CMetric /ColorRendering findresource setcolorrendering"    
  51. *ColorRenderDict 4/Display: "/Display /ColorRendering findresource setcolorrendering"    
  52. *CloseUI: *ColorRenderDict
  53.  
  54. *OpenUI *HalftoneType/Halftones: PickOne
  55. *OrderDependency: 50 AnySetup *HalftoneType
  56. *DefaultHalftoneType: 1
  57. *HalftoneType 1/Default:"% Use default halftone "
  58. *HalftoneType 2/Presentation:"/Presentation /Halftone findresource sethalftone "
  59. *HalftoneType 3/PresentationLow/Presentation - 45 LPI:"/PresentationLow /Halftone findresource sethalftone "
  60. *HalftoneType 4/Proofing - 4 color:"/Proofing4Color /Halftone findresource sethalftone "
  61. *HalftoneType 5/Proofing - 3 color:"/Proofing3Color /Halftone findresource sethalftone "
  62. *HalftoneType 6/Traditional 53LPI x (C15,M75,Y45,K45):"/Traditional /Halftone findresource sethalftone "
  63. *HalftoneType 7/Aligned 53LPI x 45:"/53x45 /Halftone findresource sethalftone "
  64. *HalftoneType 8/Aligned 45LPI x 45:"/45x45 /Halftone findresource sethalftone "
  65. *HalftoneType 9/Aligned 60LPI x 54:"/60x54 /Halftone findresource sethalftone "
  66. *CloseUI: *HalftoneType
  67.  
  68. *OpenUI *Setups/Standard setups: PickOne
  69. *OrderDependency: 55 AnySetup *Setups
  70. *DefaultProcset: 1
  71. *Setups 1/None: "% None"    
  72. *Setups 2/EfiColor: "
  73.   /EfiColor /ColorRendering findresource setcolorrendering
  74.   /Proofing4Color /Halftone findresource sethalftone
  75. "
  76. *End
  77. *Setups 3/Standard: "
  78.   /CMetric /ColorRendering findresource setcolorrendering
  79.   /Presentation /Halftone findresource sethalftone
  80. "
  81. *End    
  82. *CloseUI: *Setups
  83.  
  84. *DefaultResolution: 300dpi
  85. *?Resolution: "
  86. save
  87.   initgraphics
  88.   0 0 moveto currentpoint matrix defaultmatrix transform
  89.   0 72 lineto currentpoint matrix defaultmatrix transform
  90.   3 -1 roll sub dup mul
  91.   3 1 roll exch sub dup mul
  92.   add sqrt round cvi
  93.   (          ) cvs print (dpi) = flush
  94. restore
  95. "
  96. *End
  97.  
  98. *% Halftone Information ===============
  99. *ScreenFreq: "53.0"
  100. *ScreenAngle: "45.0"
  101. *DefaultScreenProc: Dot
  102. *ScreenProc Dot: "
  103. { abs exch abs 2 copy add 1 gt
  104.   { 1 sub dup mul exch 1 sub dup mul add 1 sub}
  105.   { dup mul exch dup mul add 1 exch sub}
  106.   ifelse
  107. }
  108. "
  109. *End
  110. *ScreenProc Line: "{ pop }"
  111. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  112.  
  113. *DefaultTransfer: Null
  114. *Transfer Null: "{ }"
  115. *Transfer Null.Inverse: "{ 1 exch sub }"
  116.  
  117. *% Paper Handling ===================
  118.  
  119. *% Use these entries to set paper size most of the time, unless there is
  120. *% specific reason to use PageRegion.
  121.  
  122. *OpenUI *PageSize: PickOne
  123. *OrderDependency: 30 AnySetup *PageSize
  124. *DefaultPageSize: Letter
  125.  
  126. *PageSize Letter/Letter 8 1/2 x 11 in: "statusdict begin lettertray end"
  127. *PageSize Legal/Legal 8 1/2 x 14 in: "statusdict begin legaltray end"
  128. *PageSize SpecialLetter/Full Letter on Legal: "statusdict begin splettertray end"
  129. *PageSize A4/A4 210x297 mm: "statusdict begin a4tray end"
  130. *PageSize SpecialA4/Special A4: "statusdict begin spa4tray end"
  131.  
  132. *?PageSize: "
  133.  save statusdict begin
  134.   5 dict begin
  135.    /lettertray (Letter) def
  136.    /legaltray (Legal) def
  137.    /splettertray (Special Letter) def
  138.    /a4tray (A4) def
  139.    /spa4tray (Special A4) def
  140.    papersize {
  141.      {load exec} stopped not{= flush}if
  142.    }{
  143.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  144.    }ifelse
  145.   end
  146.  end restore
  147. "
  148. *End
  149. *CloseUI: *PageSize
  150.  
  151.  
  152. *% These entries will set up the frame buffer. Usually used with manual feed.
  153.  
  154. *OpenUI *PageRegion: PickOne
  155. *OrderDependency: 40 AnySetup *PageRegion
  156.  
  157. *DefaultPageRegion: Letter
  158. *PageRegion Letter/Letter 8.5x11: "letter"
  159. *PageRegion Legal/Legal 8.5x14: "legal"
  160. *PageRegion SpecialLetter/Full Letter on Legal: "spletter"
  161. *PageRegion A4/A4 210x297mm: "a4"
  162. *PageRegion SpecialA4/Special A4: "spa4"
  163. *CloseUI: *PageRegion
  164.  
  165.  
  166. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  167. *% These errors should be trapped by software and a message displayed
  168. *DefaultPaperTray: None
  169. *PaperTray Letter: "statusdict begin lettertray end"
  170. *PaperTray Legal: "statusdict begin legaltray end"
  171. *PaperTray SpecialLetter: "statusdict begin splettertray end"
  172. *PaperTray A4: "statusdict begin a4tray end"
  173. *PaperTray SpecialA4: "statusdict begin spa4tray end"
  174.  
  175. *?PaperTray: "
  176.  save statusdict begin
  177.   5 dict begin
  178.    /lettertray (Letter) def
  179.    /legaltray (Legal) def
  180.    /splettertray (Special Letter) def
  181.    /a4tray (A4) def
  182.    /spa4tray (Special A4) def
  183.    papersize {
  184.      {load exec} stopped not{= flush}if
  185.    }{
  186.      {load exec} stopped not{print (.Transverse) = flush}if
  187.    }ifelse
  188.   end
  189.  end restore
  190. "
  191. *End
  192.  
  193. *% The following entries provide information about specific paper keywords.
  194. *DefaultImageableArea: Letter
  195. *ImageableArea Letter/Letter 8.5x11: "14 94 585 742"
  196. *ImageableArea Legal/Legal 8.5x14: "14 94 585 958"
  197. *ImageableArea SpecialLetter/Full Letter on Legal: "14 5 585 779"
  198. *ImageableArea A4/A4 210x297mm: "14 94 569 791"
  199. *ImageableArea SpecialA4/Special A4: "14 95 569 958"
  200. *?ImageableArea: "
  201.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  202.   newpath clippath pathbbox
  203.   4 -2 roll exch 2 {ceiling cvp} repeat
  204.   exch 2 {floor cvp} repeat flush
  205.  restore
  206. "
  207. *End
  208.  
  209. *% These provide the physical dimensions of the paper (by keyword)
  210. *DefaultPaperDimension: Letter
  211. *PaperDimension Letter/Letter 8.5x11: "612 792"
  212. *PaperDimension Legal/Legal 8.5x14: "612 1008"
  213. *PaperDimension SpecialLetter/Full Letter on Legal: "612 1008"
  214. *PaperDimension A4/A4 210x297mm: "595 842"
  215. *PaperDimension SpecialA4/Special A4: "595 1008"
  216.  
  217. *DefaultOutputBin: OnlyOne
  218. *DefaultOutputOrder: Reverse
  219.  
  220. *OpenUI *InputSlot: PickOne
  221. *OrderDependency: 20 AnySetup *InputSlot
  222. *DefaultInputSlot: Cassette
  223. *InputSlot Cassette: ""
  224. *CloseUI: *InputSlot
  225.  
  226. *OpenUI *ManualFeed: Boolean
  227. *OrderDependency: 20 AnySetup *ManualFeed
  228. *DefaultManualFeed: False
  229. *ManualFeed True: "statusdict begin /manualfeed true store end"
  230. *ManualFeed False: "statusdict begin /manualfeed false store end"
  231. *?ManualFeed: "
  232.   statusdict /manualfeed get
  233.   {(True)}{(False)}ifelse = flush"
  234. *End
  235. *CloseUI: *ManualFeed
  236.  
  237. *DefaultCollator: None
  238. *DefaultSorter: None
  239. *DefaultDuplex: None
  240.  
  241. *% Font Information =====================
  242.  
  243. *DefaultFont: Courier
  244. *Font AvantGarde-Book: Standard "(001.006)"
  245. *Font AvantGarde-BookOblique: Standard "(001.006)"
  246. *Font AvantGarde-Demi: Standard "(001.007)"
  247. *Font AvantGarde-DemiOblique: Standard "(001.007)"
  248. *Font Bookman-Demi: Standard "(001.003)"
  249. *Font Bookman-DemiItalic: Standard "(001.003)"
  250. *Font Bookman-Light: Standard "(001.003)"
  251. *Font Bookman-LightItalic: Standard "(001.003)"
  252. *Font Courier: Standard "(002.004)"
  253. *Font Courier-Bold: Standard "(002.004)"
  254. *Font Courier-BoldOblique: Standard "(002.004)"
  255. *Font Courier-Oblique: Standard "(002.004)"
  256. *Font Helvetica: Standard "(001.006)"
  257. *Font Helvetica-Bold: Standard "(001.007)"
  258. *Font Helvetica-BoldOblique: Standard "(001.007)"
  259. *Font Helvetica-Condensed: Standard "(001.001)"
  260. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  261. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  262. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  263. *Font Helvetica-Narrow: Standard "(001.006)"
  264. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  265. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  266. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  267. *Font Helvetica-Oblique: Standard "(001.006)"
  268. *Font NewCenturySchlbk-Bold: Standard "(001.009)"
  269. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007)"
  270. *Font NewCenturySchlbk-Italic: Standard "(001.006)"
  271. *Font NewCenturySchlbk-Roman: Standard "(001.007)"
  272. *Font Palatino-Bold: Standard "(001.005)"
  273. *Font Palatino-BoldItalic: Standard "(001.005)"
  274. *Font Palatino-Italic: Standard "(001.005)"
  275. *Font Palatino-Roman: Standard "(001.005)"
  276. *Font Symbol: Special "(001.007)"
  277. *Font Times-Bold: Standard "(001.007)"
  278. *Font Times-BoldItalic: Standard "(001.009)"
  279. *Font Times-Italic: Standard "(001.007)"
  280. *Font Times-Roman: Standard "(001.007)"
  281. *Font ZapfChancery-MediumItalic: Standard "(001.007)"
  282. *Font ZapfDingbats: Special "(001.004)"
  283. *Font Aachen-Bold: Standard "(001.001)"
  284. *Font BrushScript: Standard "(001.001)"
  285. *Font Cooper-Black: Standard "(001.001)"
  286. *Font CooperBlack-Italic: Standard "(001.001)"
  287. *Font FreestyleScript: Standard "(001.001)"
  288. *Font Garamond-Bold: Standard "(001.001)"
  289. *Font Garamond-BoldItalic: Standard "(001.001)"
  290. *Font Garamond-Light: Standard "(001.001)"
  291. *Font Garamond-LightItalic: Standard "(001.001)"
  292. *Font Helvetica-Black: Standard "(001.001)"
  293. *Font Helvetica-BlackOblique: Standard "(001.001)"
  294. *Font Helvetica-Light: Standard "(001.001)"
  295. *Font Helvetica-LightOblique: Standard "(001.001)"
  296. *Font Hobo: Standard "(001.001)"
  297. *Font LetterGothic: Standard "(001.001)"
  298. *Font LetterGothic-Bold: Standard "(001.001)"
  299. *Font LetterGothic-BoldSlanted: Standard "(001.001)"
  300. *Font LetterGothic-Slanted: Standard "(001.001)"
  301. *Font Optima: Standard "(001.001)"
  302. *Font Optima-Bold: Standard "(001.001)"
  303. *Font Optima-BoldOblique: Standard "(001.001)"
  304. *Font Optima-Oblique: Standard "(001.001)"
  305. *Font ParkAvenue: Standard "(001.001)"
  306. *Font Revue: Standard "(001.001)"
  307. *Font Stencil: Standard "(001.001)"
  308. *Font UniversityRoman: Standard "(001.001)"
  309.  
  310. *?FontQuery: "
  311. save  4 dict begin /sv exch def
  312. /str (fonts/                              ) def
  313. /st2 128 string def
  314. {
  315.   count 0 gt {
  316.     dup st2 cvs (/) print print (:) print
  317.     dup FontDirectory exch known {pop (Yes)}{
  318.      str exch st2 cvs dup length /len exch def
  319.      6 exch putinterval str 0 len 6 add getinterval mark exch
  320.      { } st2 filenameforall counttomark 0 gt {
  321.       cleartomark (Yes)}{cleartomark (No)}ifelse
  322.     }ifelse = flush
  323.   }{ exit } ifelse
  324. } bind loop
  325. (*) = flush
  326. sv end restore
  327. "
  328. *End
  329.  
  330. *?FontList: "
  331. save  2 dict begin /sv exch def
  332. /str 128 string def
  333. FontDirectory { pop == } bind forall flush
  334. /filenameforall where { 
  335.  pop save (fonts/*) { 
  336.   dup length 6 sub 6 exch getinterval cvn == 
  337.  } bind str filenameforall flush restore
  338. } if 
  339. (*) = flush
  340. sv end restore
  341. "
  342. *End
  343.  
  344. *% Printer Messages (verbatim from printer):
  345. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  346. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  347. *Message: "\FontName\ not found, using Courier"
  348.  
  349. *% Status (format: %%[ status: <one of these> ]%% )
  350. *Status: "idle"
  351. *Status: "busy"
  352. *Status: "waiting"
  353. *Status: "printing"
  354. *Status: "warming up"
  355.  
  356. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  357. *Source: "serial25"
  358. *Source: "AppleTalk"
  359. *Source: "Centronics"
  360. *Source: "other"
  361.  
  362. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  363.  
  364. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  365.  
  366. *% Color Separation Information =====================
  367.  
  368. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  369.  
  370. *InkName: ProcessBlack/Process Black
  371. *InkName: CustomColor/Custom Color
  372. *InkName: ProcessCyan/Process Cyan
  373. *InkName: ProcessMagenta/Process Magenta
  374. *InkName: ProcessYellow/Process Yellow
  375.  
  376. *%  For 60 lpi / 300 dpi  ===============================
  377.  
  378. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  379. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  380. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  381. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  382. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  383.  
  384. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  385. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  386. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  387. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  388. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  389.  
  390. *%  For 53 lpi / 300 dpi  ===============================
  391.  
  392. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  393. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  394. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  395. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  396. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  397.  
  398. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  399. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  400. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  401. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  402. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  403.  
  404. *% end of PPD file for Piranha
  405.